home *** CD-ROM | disk | FTP | other *** search
/ Super Audio / Super Audio.iso / replay / _armovie / documents / prefbig < prev    next >
Text File  |  1997-11-10  |  2KB  |  56 lines

  1. Recommended Settings of ARMovie$PrefBigMode
  2.  
  3. It is worth experimenting with ARMovie$Interpolate also; interpolation will use up more
  4. CPU time to paint an image. The default value of ARMovie$PrefBigMode is "13;49;28" which
  5. is not ideal unless you have a type 1 monitor, or you only play 'small' movies.
  6.  
  7. RISC OS 2, 3; VIDC1 Machines:
  8.  
  9. --type 0 monitor--
  10.  
  11. All machines:    13
  12.  
  13. Note: adding another mode which was basically mode 13 with eigx=eigy=0 would allow larger
  14. movies to be played.
  15.  
  16. --type 1 monitor--
  17.  
  18. All machines:    13;28
  19.  
  20. --type 3 or 4 monitor--
  21.  
  22. //obtain mode extension module from Customer Services which provides 320x480x8bpp screen mode
  23. //selected as mode 49. Otherwise type 1 state for ARMovie$PrefBigMode will work with the
  24. //monitor selecting a 'letterbox' mode, or use 28 only.
  25.  
  26. All machines:    49;28
  27.  
  28. --with CC ColourCard or StateMachine ColourBurst/G8/G16
  29.  
  30. //contact CC or StateMachine. Default state will work. Cards are capable of 320x256x16bpp on
  31. //type 0/1 monitor and of 320x480x16bpp on type 3/4: appropriate screen mode numbers can be
  32. //put into ARMovie$PrefBigMode.
  33.  
  34. RISC OS 3.5; VIDC20 Machines
  35.  
  36. --type 0 monitor--
  37.  
  38. no VRAM          x384y288c32kex2ey2;x384y288c32kex0ey0
  39. VRAM             x384y288c16mex2ey2;x384y288c16mex0ey0
  40.  
  41. (other big modes are possible such as x320y256c16mex2ey2)
  42.  
  43. --type 1 monitor--
  44.  
  45. no VRAM          x240y352c32kex1ey0;x320y256c32kex0ey0;x384y288c32kex0ey0
  46. VRAM             x384y288c16mex2ey2;x480y352c16mex2ey2;x480y352c16mex0ey0
  47.  
  48. --type 3 or 4 monitor--
  49.  
  50. no VRAM          x240y352c32kex1ey0;x320y480c32kex2ey1;x480y352c32kex0ey0
  51. VRAM             x320y480c16mex2ey1;x480y352c16mex2ey2;x480y352c16mex0ey0
  52.  
  53. (note that the 240x352 mode does not allow interpolation, but is very useful
  54. in small memory machines although a movie won't quite fill the screen. The trailing
  55. modes with ex0ey0 allow for very large movies)
  56.